home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / util / boot / buttonmenu_120.lha / buttonmenu / CHANGES < prev    next >
Text File  |  1994-09-06  |  2KB  |  43 lines

  1. CHANGES IN BUTTONMENU SINCE V1.00
  2.  
  3. ButtonMenu nows uses functions available in KS 2.0 (or higher) instead of
  4. the equivalent ANSI C functions.  The has resulted in a drastic decrease in
  5. executable size for the BMX executor (about a 50% reduction).
  6.  
  7. Added a "Test" option to the project menu in the creator which uses BMX
  8. to run the menu.
  9.  
  10. Added Workbench support to BMX which allows ButtonMenus to be loaded via
  11. an icon.  It then made sense to add a settings menu with a Save Icons
  12. option and a configuration file saved in s: .
  13.  
  14. Changed the Adjust Height error handling slightly resulting in less
  15. annoying requesters (also corrected a spelling mistake in the error
  16. message).
  17.  
  18. Added a zoom gadget to the menu windows that are created.
  19.  
  20. Added an option to centre the ButtonMenu when it is opened.
  21.  
  22. New option to allow ButtonMenus to act more like requesters (ie only one
  23. choice is allowed - then the window is closed automatically).
  24.  
  25. Added a keyboard shortcut facility - datafiles changed accordingly, but
  26. old ones are still supported.
  27.  
  28. Added an option to display docs as a secondary action.
  29.  
  30. New-look menus when ButtonMenu is run on KS 3.0 or higher.
  31.  
  32. Bug fixes: I discovered a bug concerning the 4 buttons underneath the
  33.            item listview gadget.  Now, the buttons are checked in addition
  34.            to being disabled when appropriate.
  35.  
  36.            A possible bug in the Executor message handler - fixed.
  37.  
  38.            Not all the text strings were freed properly which sometimes
  39.            gave memory failures (ie Memory Insane) - fixed this.
  40.  
  41.            Removed a bug which caused gadgets in the window to be
  42.            refreshed more than once - resulting in flickering.
  43.